Current File : /home/jeconsul/public_html/wp-content/plugins/presto-player/src/router/context.js
import { createBrowserHistory } from "history";
import { locationToRoute } from "./utils";

export const history = createBrowserHistory();
export const RouterContext = wp.element.createContext({
  route: locationToRoute(history.location),
});